home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / tex / archives / pbmtopk.lzh / pbmtopk / POSTER next >
Internet Message Format  |  1992-05-12  |  4KB

  1. Path: hydra!tut!sunic!mcsun!ukc!edcastle!cs.ed.ac.uk!ajcd
  2. From: ajcd@cs.ed.ac.uk (Angus Duggan)
  3. Newsgroups: comp.text.tex,alt.sources
  4. Subject: pbmtopk+pktopbm Part01/02
  5. Keywords: pbmplus pk tfm tex
  6. Message-ID: <132@skye.cs.ed.ac.uk>
  7. Date: 9 Aug 90 12:19:33 GMT
  8. Sender: nnews@cs.ed.ac.uk
  9. Reply-To: ajcd@cs.ed.ac.uk (Angus Duggan)
  10. Followup-To: alt.sources.d
  11. Organization: Edinburgh University Fried Brain Carry-out
  12. Lines: 1926
  13. Xref: hydra comp.text.tex:2075 alt.sources:1687
  14. Archive-name: pbmtopk/Part01
  15.  
  16. Since there's been some interest in bitmap to pk font convertors, I thought
  17. I'd post my attempt. pktopbm and pbmtopk were adapted from Tom Rokicki's C
  18. versions of PKtoPX and PXtoPK on the TeX82 distribution tape, and are posted
  19. without his permission. I expect that I've screwed up in the rounding code
  20. somewhere, checking it will have to wait for a rainy day.
  21.  
  22. I haven't done anything about calculating the correct checksum for the font,
  23. beyond extracting the appropriate (Pascal) code from pltotf.web and inserting
  24. it as a comment.
  25.  
  26. Also, I would like a heuristic for calculating the x-height of the font, based
  27. on the bitmap sizes, heights & depths etc.
  28.  
  29. THESE PROGRAMS COME WITHOUT ANY (IMPLIED OR OTHERWISE) WARRANTLY. I WILL NOT BE
  30. HELD RESPONSIBLE FOR ANY DAMAGE TO YOUR DATA OR SYSTEM CAUSED BY USE OR MISUSE
  31. OF THESE PROGRAMS. USE AT YOUR OWN RISK!
  32.  
  33. Suggestions, bug reports and fixes, etc, to ajcd@cs.ed.ac.uk, flames to
  34. /dev/null.
  35. ==
  36. Angus Duggan, Department of Computer Science,    | Ignorance of the manual is
  37. University of Edinburgh, JCMB,            | no excuse.
  38. The King's Buildings, Mayfield Road,        | JANET:  ajcd@uk.ac.ed.lfcs
  39. Edinburgh, EH9 3JZ, Scotland.    | OR:  ajcd%lfcs.ed.ac.uk@nsfnet-relay.ac.uk
  40.  
  41. From: ajcd@cs.ed.ac.uk (Angus Duggan)
  42. Newsgroups: comp.text.tex,alt.sources
  43. Subject: pbmtopk patch #1
  44. Keywords: pbmtopk pbmplus pk tex
  45. Date: 10 Aug 90 12:21:15 GMT
  46. Reply-To: ajcd@cs.ed.ac.uk (Angus Duggan)
  47. Followup-To: alt.sources.d
  48. Organization: Edinburgh University Fried Brain Carry-out
  49. Archive-name: pbmtopk/patch01
  50.  
  51. Whoops, didn't test pktopbm quite thoroughly enough, here's a patch which
  52. fixes a bug in it. I've also made a change to pbmtopk which allows the
  53. character number to be changed when reading option files.
  54.  
  55. I forgot to mention that this package requires Jef Poskanzer's pbmplus library
  56. (actually only libpbm), which comes with the X11R4 distribution. I think it's
  57. available for anonymous ftp also, but I don't know any net addresses for it.
  58.  
  59. Enjoy,
  60. A.
  61. ==
  62. Angus Duggan, Department of Computer Science,    | Ignorance of the manual is
  63. University of Edinburgh, JCMB,            | no excuse.
  64. The King's Buildings, Mayfield Road,        | JANET:  ajcd@uk.ac.ed.lfcs
  65. Edinburgh, EH9 3JZ, Scotland.    | OR:  ajcd%lfcs.ed.ac.uk@nsfnet-relay.ac.uk
  66. From: ajcd@cs.ed.ac.uk (Angus Duggan)
  67. Newsgroups: alt.sources
  68. Subject: pbmtopk patch 2
  69. Keywords: pbmplus pbmtopk pk
  70. Date: 21 Aug 90 08:50:06 GMT
  71. Reply-To: ajcd@cs.ed.ac.uk (Angus Duggan)
  72. Followup-To: alt.sources.d
  73. Organization: Edinburgh University Fried Brain Carry-out
  74. Archive-Name: pbmtopk/patch02
  75.  
  76. Here's a (very minor) bug fix for pbmtopk. It only affects the TFM files
  77. created for fonts with no characters in them. Don't bother asking me why I
  78. want to create fonts with no characters!-)
  79.  
  80. Angus.
  81. ==
  82. Angus Duggan, Department of Computer Science,    | I'm pink, therefore I'm Spam.
  83. University of Edinburgh, JCMB,            |
  84. The King's Buildings, Mayfield Road,        | JANET:  ajcd@uk.ac.ed.lfcs
  85. Edinburgh, EH9 3JZ, Scotland.    | OR:  ajcd%lfcs.ed.ac.uk@nsfnet-relay.ac.uk
  86. From: ajcd@cs.ed.ac.uk (Angus Duggan)
  87. Newsgroups: alt.sources
  88. Subject: pbmtopk/patch03
  89. Keywords: PBMPLUS PK PbmtoPk
  90. Date: 21 Sep 90 17:31:40 GMT
  91. Reply-To: ajcd@cs.ed.ac.uk (Angus Duggan)
  92. Followup-To: alt.sources.d
  93. Organization: Edinburgh University Fried Brain Carry-out
  94. Archive-Name: pbmtopk/patch03
  95.  
  96. Here's patch #3 for PBMtoPK. This removes the dependency on the "aint"
  97. function, which some maths libraries don't seem to have. A test for failed
  98. malloc of the bitcount array is also made.
  99.  
  100. ==
  101. Angus Duggan, Department of Computer Science,    | I'm pink, therefore I'm Spam.
  102. University of Edinburgh, JCMB,            |
  103. The King's Buildings, Mayfield Road,        | JANET:  ajcd@uk.ac.ed.lfcs
  104. Edinburgh, EH9 3JZ, Scotland.    | OR:  ajcd%lfcs.ed.ac.uk@nsfnet-relay.ac.uk
  105.